home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 9 / CD-ROM Collection 9 - Disc 1.iso / pc / data / b02a.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1997-10-11  |  215 b   |  12 lines

  1. on mouseDown
  2.   global buta
  3.   set the castNum of sprite 7 to cast "sposea.pct"
  4.   updateStage()
  5.   set the ink of sprite 8 to 4
  6.   updateStage()
  7.   repeat while stillDown()
  8.   end repeat
  9.   set buta to 1
  10.   go(1, "ba")
  11. end
  12.